Infinity-Toot-List names a function, with lambda list (D U RECIPIENT/S):
Enumerates all Toots owned by the user.
Lisp TOOT-LIST = JSON tootList
This command requires no parameters.
Returns an object with status: true, from: "tootList", and a key toots under which is the list of Toots owned by the user. Each Toot object is as per TOOTSVILLE TOOT-INFO, q.v.
{ from: "tootList", status: true, toots: [ { INFO }, ... ] }
Defined in file src/infinity/new-commands-20.lisp.